home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Nebula 1
/
Nebula One.iso
/
Misc
/
msql-1.0.6
/
src
/
tests
/
rtest.src
/
7.out
< prev
next >
Wrap
Text File
|
1995-01-04
|
611b
|
32 lines
Welcome to the miniSQL monitor. Type \h for help.
mSQL > -> -> -> ->
Query buffer
------------
select test2.fullname, test.age
from test2,test
where test2.user = test.user
[continue]
->
Query OK.
3 rows matched.
+--------------------------------+----------+
| fullname | age |
+--------------------------------+----------+
| Paul Pyyvaara | 26 |
| David J. Hughes | 26 |
| Fred O'Niell | 31 |
+--------------------------------+----------+
mSQL > ->
Bye!